home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / c / m2set.def < prev    next >
Encoding:
Modula Definition  |  1988-08-16  |  455 b   |  13 lines

  1. DEFINITION MODULE KermSet;
  2. (************************************************************************)
  3. (*  Set changes the value of any local parameter                        *)
  4. (*  written:            09.10.85     Matthias Aebi                      *)
  5. (*  last modification:  22.10.85     Matthias Aebi                      *)
  6. (************************************************************************)
  7.  
  8. EXPORT QUALIFIED Set;
  9.  
  10. PROCEDURE Set;
  11.  
  12. END KermSet.
  13.